"time tracking" shadcn/ui theme

modern
time-inspired
vibrant-blue
bold-contrast
day-night-shift
productivity-focused
dynamic-colors
minimalist
high-legibility
immersive-experience

Shadcn/ui Theme Css Variables

name: ChronoVibekeyword: time tracking views: 64

:root {
  --background: 98 97% 95%;
  --foreground: 240 10% 20%;
  --card: 98 97% 98%;
  --card-foreground: 240 10% 20%;
  --popover: 98 97% 98%;
  --popover-foreground: 240 10% 20%;
  --primary: 210 100% 50%;
  --primary-foreground: 98 97% 95%;
  --secondary: 330 100% 50%;
  --secondary-foreground: 98 97% 95%;
  --muted: 240 10% 95%;
  --muted-foreground: 240 10% 50%;
  --accent: 30 100% 50%;
  --accent-foreground: 98 97% 95%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 98 97% 95%;
  --border: 240 10% 90%;
  --input: 240 10% 95%;
  --ring: 210 100% 50%;
  --radius: 0.75rem;
  --chart-1: 210 100% 50%;
  --chart-2: 330 100% 50%;
  --chart-3: 30 100% 50%;
  --chart-4: 210 100% 50%;
  --chart-5: 330 100% 50%;
} 

.dark {
  --background: 240 10% 10%;
  --foreground: 98 97% 95%;
  --card: 240 10% 15%;
  --card-foreground: 98 97% 95%;
  --popover: 240 10% 15%;
  --popover-foreground: 98 97% 95%;
  --primary: 210 100% 50%;
  --primary-foreground: 240 10% 15%;
  --secondary: 330 100% 50%;
  --secondary-foreground: 240 10% 15%;
  --muted: 240 10% 20%;
  --muted-foreground: 240 10% 70%;
  --accent: 30 100% 50%;
  --accent-foreground: 240 10% 15%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 240 10% 15%;
  --border: 240 10% 25%;
  --input: 240 10% 20%;
  --ring: 210 100% 50%;
  --radius: 0.75rem;
  --chart-1: 210 100% 50%;
  --chart-2: 330 100% 50%;
  --chart-3: 30 100% 50%;
  --chart-4: 210 100% 50%;
  --chart-5: 330 100% 50%;
}